
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "mr_FloraG";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("mr_FloraG"),
         url(../fonts/mr_FloraG.woff)
         format("woff");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #ffffff;
    color: #212121;
    line-height: 30px;
}



.container {
    width: 1200px;
    margin: 0 auto;
}

.row {
    display: block;
    max-width: 100%;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.card-white {
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 5px 18px 5px rgba(0,0,0,0.35);
}

.h100 {
    height: 100px;
}

/* .green {
    background-color: rgb(231, 131, 85);
} */


.w100 {
    float: left;
    width: 100%;
    padding: 20px;
}

.w75 {
    float: left;
    width: 75%;
    padding: 20px;
}

.w50 {
    float: left;
    width: 50%;
    padding: 20px;
}

.w33 {
    float: left;
    width: 33.3333333%;
    padding: 20px;
}

.w25 {
    float: left;
    width: 25%;
    padding: 20px;
}




.header {
    background-color: #c7572e;
    height: 80px;
}

.logo {
    height: 80px;
}

.site-menu {
    background-color: #ccc;
    text-align: center;
    height: 60px;
    width: 100%;
}

.menu-link {
    color: black;
    text-decoration: none;
    padding: 0 20px;
    line-height: 60px;
}

.menu-link:hover {
    font-family: "mr_FloraG";
}

.res-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.card-title {
    font-size: 30px;
    margin-bottom: 20px;
}


.card-content {
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    padding: 20px 40px;
    background-color: bisque;
    text-decoration: none;
    color: black;
}

/* Стили для шапки */

.shapka {
    max-width: 100%;
    height: 140px;
    background-color: #f1ab92;
    background-color: white;
    border: 1px solid #424242;
    position: relative;
    margin: 0 50px 20px 50px;
    border-top: none;
    z-index: 10;
}

.shapka::before {
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    background-image: url(../img/fl.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -33px;
    bottom: -31px;
}

.shapka::after{
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    background-image: url(../img/fl-right.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -33px;
    bottom: -31px;
}

.logo-container {
    text-align: center;
}

.logo-img {
    height: 96px;
}

.text-center {
    text-align: center;
}

.menu-link {
    line-height: 100px;
}

.page-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 300;
}

.logo-for-shapka-2 {
    height: 100px;
    float: left;
    margin-right: 40px;
}

.menu-for-shapka-2 {
    height: 80px;
    background-color: gold;
}

.scrooll {
    height: 200px;
    overflow-y: scroll;
}

.card-link-bg {
    width: 100%;
    height: 500px;

    background-position: center;
    background-size: cover;
}

.card-link-title {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.376);
    color: white;
    padding-top: 230px;
    font-size: 40px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.card-link-title:hover {
    opacity: 1;
}

.white-text {
    color: white;
}

.page-image-container {
    width: 100%;
    height: 600px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    margin-top: -160px;
    padding-top: 140px;
}

.page-image-title {
    padding-top: 10%;
    font-size: 80px;
    color: white;
    font-weight: 100;
    font-style: italic;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.link-content {
    color: #a8bc4e;
    font-weight: 700;
    text-decoration: none;
}

.text-content {
    margin: 20px 0;
}

.title-content {
    font-size: 30px;

}

.color-bg {
    background-color: #ccc;
}

.window {
    max-width: 100%;
    margin: 60px;
    min-height: 600px;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.35);
    position: relative;
    padding: 100px;
}

.close {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    right: 40px;
    top: 40px;
    text-decoration: none;
}

.open-info {
    position: relative;
}

.open-info .info-window {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 600px;
    height: auto;
    padding: 20px;
    border-radius: 40px;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.35);
    background-color: white;
    display: none;
    color: black;
    font-weight: normal;
    line-height: 1;
    font-style: italic;
}

.open-info:hover .info-window {
    display: block;
}

.open-info .info-window img {
    max-width: 100%;
    border-radius: 20px;
}

.open-info .info-window .info-img-33 {
    max-width: 33%;
    height: auto;
    border-radius: 40px;
    padding: 10px;
}

.open-info .info-window .info-img-50 {
    max-width: 50%;
    height: auto;
    border-radius: 30px;
    padding: 10px;
}

.pdf-link {
    text-decoration: none;
    vertical-align: middle;
}

.pdf-img {
    max-height: 30px;
}

.pdf-text {
    color: #a8bc4e;
    position: relative;
    top: -6px;
    transition: 0.5s;
}

.pdf-link:hover .pdf-text {
    color: red;
}

